Basket Events Channel (v1.0.0)

A dedicated message channel that handles all basket-related events in the BookWorm e-commerce system.

Overview

The Basket Events Channel serves as a specialized conduit for managing all basket-related activities within the BookWorm e-commerce platform. It enables seamless interaction between the Basket Service and various other components, handling key events like basket initialization, modifications, removals, and the initiation of order placement. This channel guarantees dependable message transmission and upholds the eventual consistency across the basket domain.

Channel information

Address: basket.{env}.events
Protocols:
  • amqp
  • Grpc Streamline Icon: https://streamlinehq.comgrpc

ParameterDescriptionOptionsDefault
envEnvironment to use for the channeldev, stg, proddev

Event Types

  • PlaceOrderCommand: Triggers the process of placing an order from the basket.